runtime.heapStatsAggregate.totalAllocated (field)
5 uses
runtime (current package)
metrics.go#L105: out.scalar = in.heapStats.totalAllocated
metrics.go#L371: totalAllocated uint64
metrics.go#L393: a.totalAllocated = uint64(a.largeAlloc)
metrics.go#L400: a.totalAllocated += na * uint64(class_to_size[i])
metrics.go#L403: a.inObjects = a.totalAllocated - a.totalFreed
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)